home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 2 of 2).iso / editors / princed.def < prev    next >
Text File  |  1995-04-20  |  1KB  |  33 lines

  1. #! GameDirector V. 1.1 or later
  2. # JUDGE definitions for Prince of Persia
  3. # This editor is used on prince.sav file.
  4.  
  5. module "Prince of Persia Editor" {
  6.     desc "JUDGE definitons for Prince of Persia"
  7.     desc "1992, Jack Hwang"
  8.     absolute "Game Data" {
  9.         desc "This record allows changes on time, life points, and level."
  10.         field "Time" {
  11.             desc "The number of minutes remained for finishing"
  12.             desc "the game.  Range: 1 - 59."
  13.             data 0 2 uword
  14.             entry 2 10 2 25 2 dec
  15.         }
  16.         field "Level" {
  17.             desc "The level where the game is saved. (1 - 12)"
  18.             desc " "
  19.             desc "This is a tricky field.  You should avoid changing"
  20.             desc "the value here.  Just change life points and time"
  21.             desc "to survive the game."
  22.             data 4 2 uword
  23.             entry 3 10 3 25 2 dec
  24.         }
  25.         field "Life points" {
  26.             desc "The number of life points left. (1 - 20)"
  27.             data 6 2 uword
  28.             entry 4 10 4 25 2 dec
  29.         }
  30.     }
  31. }
  32.  
  33.